runtime/pprof.Profile.write (field)

11 uses

	runtime/pprof (current package)
		pprof.go#L179: 	write func(io.Writer, int) error
		pprof.go#L191: 	write: writeGoroutine,
		pprof.go#L197: 	write: writeGoroutineLeak,
		pprof.go#L203: 	write: writeThreadCreate,
		pprof.go#L209: 	write: writeHeap,
		pprof.go#L215: 	write: writeAlloc,
		pprof.go#L221: 	write: writeBlock,
		pprof.go#L227: 	write: writeMutex,
		pprof.go#L360: 	if p.write != nil {
		pprof.go#L407: 	if p.write != nil {
		pprof.go#L408: 		return p.write(w, debug)